home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MATHEMAT / 2632.ZIP / MERCURYZ.EXE / ROOTS.EKA < prev    next >
Text File  |  1992-03-24  |  194b  |  10 lines

  1. ; Demo of ability to find multiple roots.
  2. ; Mercury finds all 6 roots.
  3.  
  4. SIN(x) = .01 x^2
  5.  
  6. ; To see the roots graphically, uncomment the PLOT.
  7. f(x) := SIN(x)
  8. g(x) := .01 x^2
  9. ;PLOT f, g
  10.